home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / software / power / PowerPro.exe / {app} / VirDesk.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2003-05-18  |  3KB  |  126 lines

  1. object Form1: TForm1
  2.   Left = 687
  3.   Top = 153
  4.   AlphaBlendValue = 230
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Virtual Desktop'
  8.   ClientHeight = 151
  9.   ClientWidth = 170
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnPaint = FormPaint
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Image1: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 170
  28.     Height = 151
  29.     Align = alClient
  30.     AutoSize = True
  31.     Picture.Data = {<image000.gif>}
  32.     Visible = False
  33.   end
  34.   object Image2: TImage
  35.     Left = 8
  36.     Top = 11
  37.     Width = 70
  38.     Height = 56
  39.     Cursor = crHandPoint
  40.     OnClick = Image2Click
  41.   end
  42.   object Image3: TImage
  43.     Left = 91
  44.     Top = 11
  45.     Width = 70
  46.     Height = 56
  47.     Cursor = crHandPoint
  48.     OnClick = Image3Click
  49.   end
  50.   object Image4: TImage
  51.     Left = 8
  52.     Top = 78
  53.     Width = 70
  54.     Height = 56
  55.     Cursor = crHandPoint
  56.     OnClick = Image4Click
  57.   end
  58.   object Image5: TImage
  59.     Left = 91
  60.     Top = 78
  61.     Width = 70
  62.     Height = 56
  63.     Cursor = crHandPoint
  64.     OnClick = Image5Click
  65.   end
  66.   object ImageEn1: TImageEn
  67.     Left = 104
  68.     Top = 8
  69.     Width = 49
  70.     Height = 41
  71.     ParentCtl3D = False
  72.     Visible = False
  73.     TabOrder = 0
  74.     PreviewFont.Charset = DEFAULT_CHARSET
  75.     PreviewFont.Color = clWindowText
  76.     PreviewFont.Height = -11
  77.     PreviewFont.Name = 'MS Sans Serif'
  78.     PreviewFont.Style = []
  79.   end
  80.   object ListBox1: TListBox
  81.     Left = 640
  82.     Top = 312
  83.     Width = 121
  84.     Height = 97
  85.     ItemHeight = 13
  86.     Items.Strings = (
  87.       'Show'
  88.       'Hide')
  89.     TabOrder = 1
  90.   end
  91.   object kbTrayIcon1: TkbTrayIcon
  92.     Hint = 'Virtual Desktop'
  93.     Icon.Data = {<image001.ico>}
  94.     PopupMenu = PopupMenu1
  95.     Visible = True
  96.     OnDoubleClick = kbTrayIcon1DoubleClick
  97.     Left = 64
  98.     Top = 64
  99.   end
  100.   object PopupMenu1: TPopupMenu
  101.     Left = 24
  102.     Top = 64
  103.     object AutoShutdowninfo1: TMenuItem
  104.       Caption = 'Show'
  105.       OnClick = AutoShutdowninfo1Click
  106.     end
  107.     object CancelAutoShutdown1: TMenuItem
  108.       Caption = 'Close'
  109.       OnClick = CancelAutoShutdown1Click
  110.     end
  111.   end
  112.   object Timer1: TTimer
  113.     Enabled = False
  114.     OnTimer = Timer1Timer
  115.     Left = 80
  116.     Top = 96
  117.   end
  118.   object XWinReboot1: TXWinReboot
  119.     Operation = roLogOff
  120.     PowerOff = True
  121.     ForceTerminateProcesses = True
  122.     Left = 320
  123.     Top = 104
  124.   end
  125. end
  126.